Make it possible to run ./temacs.
authorDan Nicolaescu <dann@ics.uci.edu>
Tue, 31 May 2011 05:12:19 +0000 (22:12 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Tue, 31 May 2011 05:12:19 +0000 (22:12 -0700)
commit48f1fc966038f48aa99eee937f3cca234d553c32
treec71f5474924ff93f5b049ae2799784b33ecff509
parent7120646cebfee52182e482b6615231293112da78
Make it possible to run ./temacs.

* callproc.c (set_initial_environment): Remove CANNOT_DUMP code,
syms_of_callproc does the same thing.  Remove test for
"initialized", do it in the caller.
* emacs.c (main): Avoid calling set_initial_environment when dumping.
src/ChangeLog
src/callproc.c
src/emacs.c